| 123456789101112131415161718 |
- 'use strict';
- module.exports = {
- description: 'curve texture 2d',
- show_log: 'show log',
- tips0: 'The plugin is loading...',
- tips1: 'you need to open [Preferences->Laboratory->Keep scene is mainloop running] to get a better experience ',
- tips2: 'check Editor Settings',
- tips3: 'refresh project directory',
- tips4: "It's now ready to use.",
- tips5: 'copy resources to project',
- tips6: 'Open the example scene in the curvetexture-sample directory for reference!',
- tips7:
- 'The component source code and example scene are also present in the plugin directory. You need to exclude them in the code editor (such as VSCode) to avoid misoperation later.',
- tipsunload:
- 'The plugin has been closed or unloaded, and the resources in your project need to be handled manually,👋👋👋',
- tips8: 'You need to open [Project Settings->Feature Cropping->Basic 3D Features] to render normally',
- };
|